runtime.srcFunc.funcID (field)
12 uses
runtime (current package)
mprof.go#L600: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {
mprof.go#L605: lastFuncID = sf.funcID
symtab.go#L157: if snext.funcID == abi.FuncIDWrapper && elideWrapperCalling(sf.funcID) {
symtab.go#L283: funcID := u.srcFunc(uf).funcID
symtab.go#L929: funcID abi.FuncID
traceback.go#L630: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(u.calleeFuncID) {
traceback.go#L644: u.calleeFuncID = sf.funcID
traceback.go#L973: u.calleeFuncID = sf.funcID
traceback.go#L1130: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(calleeID) {
tracestack.go#L321: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {
tracestack.go#L326: lastFuncID = sf.funcID
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)